ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / C1WebReportServiceHelper Class / GetDocumentStatus Method / GetDocumentStatus(String,String,ReportParameterValue[],String) Method
Document or report file name.
Report name.
Report parameter values.
Arbitrary string that was passed back from the service in DocumentStatus in the previous GetDocumentStatus call, or null if there was no previous call.

In This Topic
    GetDocumentStatus(String,String,ReportParameterValue[],String) Method
    In This Topic
    Retrieves a document's or report's status by file/report/parameters.
    Syntax
    'Declaration
     
    Public Overloads Function GetDocumentStatus( _
       ByVal fileName As System.String, _
       ByVal reportName As System.String, _
       ByVal paramValues() As ReportParameterValue, _
       ByVal cookie As System.String _
    ) As DocumentStatus
    public DocumentStatus GetDocumentStatus( 
       System.string fileName,
       System.string reportName,
       ReportParameterValue[] paramValues,
       System.string cookie
    )

    Parameters

    fileName
    Document or report file name.
    reportName
    Report name.
    paramValues
    Report parameter values.
    cookie
    Arbitrary string that was passed back from the service in DocumentStatus in the previous GetDocumentStatus call, or null if there was no previous call.

    Return Value

    A DocumentStatus instance containing information about the requested document.
    See Also